c# programming questions

Post A Question

Classifications:

Other Categories:

full OOP example program using c# programming : HR information system OOP example
icon 1 answers
icon183 Views
icon0 Likes
CONVERT SIMPLE customer UML CLASS DIAGRAM TO C# CODE
icon 1 answers
icon293 Views
icon0 Likes
using method, read c# program asks student to enter his mark out of 10 , then prints the resulting grade
icon 1 answers
icon165 Views
icon0 Likes
using method, read c# program asks student to enter his mark out of 10 , then prints the result, either pass or fail
icon 1 answers
icon225 Views
icon0 Likes
write c# program to read the number of week day from user, if it was between 1 to 5 then prints "work day", otherwise if it was between 6 to 7 then prints "weekend", solve it using switch statement
icon 1 answers
icon133 Views
icon0 Likes
write c# program to read number of month from user, and prints the equavalent month name. solve it in 2 ways, first way using if else, second way using switch case
icon 1 answers
icon198 Views
icon0 Likes
write c# program to read student mark between 0 to 100, then prints the equal grade
icon 1 answers
icon185 Views
icon0 Likes
write c# program to read student mark between 0 to 10, then prints the result, either pass, or fail
icon 1 answers
icon150 Views
icon0 Likes
write c# program to read 2 integers from keyboard and do summation then print the result of summation
icon 1 answers
icon163 Views
icon0 Likes
Write a program named CheckMonth2 that prompts a user to enter a birth month and day
icon 1 answers
icon223 Views
icon0 Likes
Write a GUI program namedPayrollGUI that prompts the user for a name, SocialSecurity number, hourly pay rate, and number of hours worked. In an attractive format,display all the input data as well as the following:
icon 1 answers
icon162 Views
icon0 Likes
write a gui program named EggsInteractiveGUI that allows a user to input the number of eggs produced in a month by each of five chicken
icon 1 answers
icon157 Views
icon0 Likes
In Chapter 4, you created a program that generates a random number, allows a user to guess it, and displays a message indicating whether the guess is too low, too high, or correct. Now, create a modified program called GuessingGame2 in which the user can continue to enter values
icon 1 answers
icon191 Views
icon0 Likes