c# coding for a program that takes a 3 digit number n and
finds out whether the number 2^n + 1 is prime, or if it is
not prime find out its factors not using the Big-integer
and Exponential Function's.
program for string reverse(eg:- i am boy -> boy am i)
8 Answers Black Pepper, Infosys, Mind Tree,
How to Create a Treeview Menu in ASP.NET with C#?
Code for Reading and writing from a file?
How to export 2 datatables of a single dataset to 2 different worksheets of a single MSExcel file ?
how do i copy textbox contents of 1 form to another form
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 can i split sting in textbox in windows application using c# .net
Write a program. there are 1..n numbers placed in an array in random fashion with one integer missing. find the missing number.
Code for IP Address Comparison and Conversion in C#?
How to Create Files by Using the FileInfo Class?
c# code to Count number of 1's in a given range of integer (0 to n)
Write a program to count the number of characters, number of words, number of line in file.