Could somebody solve some C # language question please someone | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Could somebody solve some C # language question please someone

I need a lot someone said that I could solve alumas language question C # is there any good person that can do it for me somebody

14th Apr 2017, 4:16 PM
Macos Leandro
1 Réponse
0
5) Read a number entered by the user and display on the screen your next 7 numbers, on the same line, separated by comma and space.  6) Read a number entered by the user and display all the previous numbers up to zero, line by line. 7) Create a program that prompts the user for the first number. Show on the screen which number was chosen and if the number is greater than 10 then show your predecessors until you reach number 10. 8) Create a program that reads a number entered by the user and shows on the screen their sum. Continue asking and adding the new number to the previous result, and showing each result after the sum on the screen. The accumulation should only stop if the user reports a negative number. 9) Create a program that prompts the user for two start and end numbers and shows on the screen a countdown that starts at the number entered for the beginning and goes to the number entered as end. 10) Create a program that reads a number entered by the user and shows on the screen its subtraction. Continue asking and subtracting the new number from the previous result, and showing each result after subtraction on the screen. The decrease should only stop when the value is zero or less. These are the questions, someone please
14th Apr 2017, 4:17 PM
Macos Leandro