write a Program to copy the string using switch case.
No Answer is Posted For this Question
Be the First to Post Answer
program to reverse the order of words in a string.
Coding for Manipulate XML File Data Using C#?
Code for IP Address Comparison and Conversion in C#?
how do i copy textbox contents of 1 form to another form
how can i split sting in textbox in windows application using c# .net
Code for Reading and writing from a file?
how to get the table names via c sharp and column names also?
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.
Code for Working with Files under a Directory?
Code for Reading and writing from a file in c#?
Hello Sir, Thanks for the Solution but, can you pls. Explain the coding for the Static Function & static variable from the below coding....waiting for Ans. class fact { public static void Main() { fact f=new fact(); int x=1; //Declaration of x as 1 int k=Convert.ToInt32(Console.ReadLine()); for(int i=1;i<=k;i++) { x= x *i; } System.Console.WriteLine(x); } }
program for straight line(y=mx+c)