+ 1
Problems please help
Could anyone help me with a C # language problem?
11 Respuestas
+ 19
With those you posted earlier?
+ 19
Can't find that thread. But found a lot of messages with them))
Btw what N1 and N2 stands for?
+ 4
N1 and N2 stands for First Normalization and Second Normalization @Illusive Man
+ 1
yes
+ 1
No one helps there. Could you help me?
+ 1
I spend your chat contact and we'd better talk in private
+ 1
N1 and the same question and type a note of the first phase understood
+ 1
What is this question there?
+ 1
Could someone help me with a C # language solution?
+ 1
1) Create an algorithm that writes on the screen, line by line from 1 to 50;
2) Create an algorithm that writes on the screen, line-by-line 10 to -10.
3) Create an algorithm that asks the user for a number, read the number entered by the user and shows his successor.
Continue asking and showing until the number entered is 0. Being zero, end the program.
4) Read a number entered by the user and then count from 1 to the number entered by the user, printing on the screen
the counting.
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. Keep asking and
Adding the new number to the previous result, and showing each result after the sum on the screen. The accumulation only
Should 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
Number entered for the beginning and scroll 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. Keep asking
And subtracting the new number from the previous result, and showing each result after subtraction on the screen. O
Decrement should only stop when the value is zero or less.