Two different questions (separate)
1-What is the programming language mostly used on the internet? What is the difference between Java, C++, and C Sharp (C#)?
MUST BE AT LEAST 6 TO 7 SENTENCES.
———————————————————————
2-Write a program to use the IF ELSE statement in the following way.
Have the user input a value, x
If the value is less than 100, present, “you got 5% interest” and display on the screen the total of the X*1.05
Else print on the screen, “you got 10% interest”, and display the value X*1.10
SAVE FILE AS LAB-FDL.CPP