Solved | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Solved

I am definitely a ways off yet but, my goal is to write my own OS, c++ is recommended from what I read, and is what I'm going with for my first language, does this sound reasonable or is there some sort of leveling through the languages that's recommended?

8th Apr 2017, 3:59 AM
Adam Dewitt
Adam Dewitt - avatar
4 Answers
+ 2
C++ is medium to learn and hard to master, i choose python you see arduino? you can write a little os for this hardware.
8th Apr 2017, 4:13 AM
nextco
nextco - avatar
+ 4
C++ is perfect! Then take the Swift course here on SoloLearn. -bern
8th Apr 2017, 4:46 AM
bernscode
bernscode - avatar
+ 1
Efficiently doing what you want takes a relatively low level language. I would learn Assembly, C and C++ as well.
8th Apr 2017, 3:24 PM
Norbivar
Norbivar - avatar
- 1
1) Read a number entered by the user and display his successor on the screen. 2) Read a number entered by the user and display his predecessor on the screen. 3) Create a program that prompts the user for the 3 notes in the N1 and calculates the average arithmetic average of the N1. (Sum the Notes and divides by the amount of notes added). 4) Create a program that asks the user the N1 and N2 grades and calculate the overall average. Formula: (N1 * 2 + N2 * 3) / 5 5) Read a number entered by the user and show on the screen whether it is even or odd. 6) Read three numbers entered by the user and show on the screen which one is the largest. 7) Read a character and tell it on the screen if it is a number or letter. 8) Read a character and tell whether it is a vowel or a consonant. 9) Read two numbers and show the two on the screen, in ascending order. First the smallest, followed by the largest. 10) Read a number and show on the screen whether it is a prime number or not. (Prime numbers can only be divided by 1 And by himself without leaving rest.) 11) Create an algorithm that asks the user for his / her name and age. Next check if the age is higher or lower Of 18 and write on the screen one of the two messages below, replacing the variables with the values ​​entered: A) If minor: I am a name and I am years old. I'm still underage. B) If it is greater: I am a name and I am years old. I am of age and responsible for my actions. Can someone help me with these C # language problems there?
8th Apr 2017, 3:26 PM
LEANDRO MACIEL
LEANDRO MACIEL - avatar