Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~1K People Reached
Interests
Blogging, Programming, R/C Stuff, Piano, Reading.
Favorite Forums
Member Avatar for hcbckwidpeace93

String Name; While(Name== "Himanshu" || "HIMANSHU" ) { //Both the names above are same but have Different because Capital and Small letters. } what to do in this ??

Member Avatar for andur92
0
114
Member Avatar for hcbckwidpeace93

how to create a character array which will accept 8 characters from the user and than convert that array into string variable and if the user gives the more than 8 characters the program will throw an error. it's very difficult????

Member Avatar for vinnitro
-1
129
Member Avatar for himanshu04

Using system Class Example { private void himanshu() { int starting=10; int returned =Docalculation(starting); } private int Docalculation(int receiving) { int multip=receiving *2; return multip; } static Void Main() { example ex=new example() ex.Docalculation(); } }

Member Avatar for andur92
0
67
Member Avatar for andur92

Hi, I am new to programming and have just started learning C and C#. I am trying to print the following pattern using for loop in C# 1 23 456 78910 and so on... I have tried everything but its not giving the desired output. Can anyone help me with …

Member Avatar for dwarvenassassin
0
601
Member Avatar for andur92

I have been trying to understand these methods so hard but have failed so far. Please, if you can, give me a example with the explanation. Thanks for your time. Following methods of StreamWriter class: 1)Read(); 2)Peek();

Member Avatar for kamilacbe
0
189
Member Avatar for andur92

"Inheritance increases the functionality of a base class by adding additional features to its derived class." This is a direct statement from my text book's true/false question section. This is given as false and I know this is false but still I don't understand fully why. Any explanations would be …

Member Avatar for mani-hellboy
0
202