Hi to all,
I have to do some simple programs in c#,only in console aplication,but im at the beginning of learning this language,and i cant if any body can help me those are the exercise:
1-a program that find if a number is or not a exponencial power of the number 2 (number=2*2*2*2 ....)
2-a program that do the dividing operation( / ) ,without using "/" or " * ".
3-a program that sorts an array of strings.The array is filled up randomly.
I dont have much time.Thank u in advance!
Brenda
I have to do some simple programs in c#,only in console aplication,but im at the beginning of learning this language,and i cant if any body can help me those are the exercise:
1-a program that find if a number is or not a exponencial power of the number 2 (number=2*2*2*2 ....)
2-a program that do the dividing operation( / ) ,without using "/" or " * ".
3-a program that sorts an array of strings.The array is filled up randomly.
I dont have much time.Thank u in advance!
Brenda
Comment