Which server side is best to make a application.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which server side is best to make a application..

14th Mar 2017, 1:20 PM
Coding Girl
Coding Girl - avatar
4 Answers
+ 3
I think PHP
14th Mar 2017, 4:43 PM
gaurav kulkarni
gaurav kulkarni - avatar
+ 1
php
24th Mar 2017, 12:35 PM
david leiton
david leiton - avatar
+ 1
Hi, anyone who could solve some C # language thing please
14th Apr 2017, 4:11 PM
Macos Leandro
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. Can someone solve this and C # language please
14th Apr 2017, 6:31 PM
Macos Leandro