Problems please help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Problems please help

Could anyone help me with a C # language problem?

8th Apr 2017, 10:09 PM
LEANDRO MACIEL
LEANDRO MACIEL - avatar
11 Answers
+ 19
With those you posted earlier?
8th Apr 2017, 10:11 PM
Illusive Man
Illusive Man - avatar
+ 19
Can't find that thread. But found a lot of messages with them)) Btw what N1 and N2 stands for?
8th Apr 2017, 10:21 PM
Illusive Man
Illusive Man - avatar
8th Apr 2017, 11:57 PM
Illusive Man
Illusive Man - avatar
+ 4
N1 and N2 stands for First Normalization and Second Normalization @Illusive Man
10th Apr 2017, 6:08 AM
Aditya Gupta
Aditya Gupta - avatar
+ 1
yes
8th Apr 2017, 10:11 PM
LEANDRO MACIEL
LEANDRO MACIEL - avatar
+ 1
No one helps there. Could you help me?
8th Apr 2017, 10:12 PM
LEANDRO MACIEL
LEANDRO MACIEL - avatar
+ 1
I spend your chat contact and we'd better talk in private
8th Apr 2017, 10:22 PM
LEANDRO MACIEL
LEANDRO MACIEL - avatar
+ 1
N1 and the same question and type a note of the first phase understood
8th Apr 2017, 10:23 PM
LEANDRO MACIEL
LEANDRO MACIEL - avatar
+ 1
What is this question there?
9th Apr 2017, 12:00 AM
LEANDRO MACIEL
LEANDRO MACIEL - avatar
+ 1
Could someone help me with a C # language solution?
11th Apr 2017, 12:52 PM
LEANDRO MACIEL
LEANDRO MACIEL - avatar
+ 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.
11th Apr 2017, 12:52 PM
LEANDRO MACIEL
LEANDRO MACIEL - avatar