program for straight line(y=mx+c)
No Answer is Posted For this Question
Be the First to Post Answer
Coding for using Nullable Types in C#?
program for addition of fraction(M/N + P/Q = Y/Z)
program to check if a number is "perfect number".
Code for Working with Files under a Directory?
. Write a program to print the following outputs using for loops $ $ $ $ $ $ $ $ $ $ $ $ $ $ $
How to pass multiple rows from one gridview to another gridview after clicking the checkbox.
Create a class called Accounts which has data members like ACCOUNT no, Customer name, Account type, Transaction type (d/w), amount, balance D->Deposit W->Withdrawal If transaction type is deposit call the credit(int amount) and update balance in this method. If transaction type is withdraw call debit(int amt) and update balance. Pass the other information like Account no,name,Account Type through constructor. Call the show data method to display the values.
How to add a value from textBox over an existing certain column in SQL Server
Write a function which accepts list of nouns as input parameter and return the same list in the plural form. Conditions: i) if last letter is r then append s ii) if word ends with y then replace it by ies iii) call this function in main() and produce the required output. for eg:- if chair is input it should give chairs as output.
c# code to Count number of 1's in a given range of integer (0 to n)
Automatically Hyperlink URLs and E-Mail Addresses in ASP.NET Pages with C#
program to reverse the order of words in a string.