0
How can I solve this problems,,,,,,,, If I doing some thing worng, just tell me ā¤ļøā¤ļø
Instractions: 1/ Apply the code on Java compiler and take screenshot for the output. 2/ For the program that required input, each student should have different input and output. 3/ The marks will cutdown in case there are similarity between the students solutions. 4/ Include all the programs solutions in one file on Assignment section. https://www.sololearn.com/discuss/2242382/?ref=app
6 Answers
0
Ok, I'm sorry.. I didn't intend to do this, I'm new to this appš„.
0
I did show my attempt in my prophile I think I won't share it here. Right?
0
Where can I share it?Š¦Š°ŃŃ Š”ŠŠŠŠŠ - ŠŠ¾Š³Š³Š¾ l
0
These are the questions //
Q1/ Ahmad have $20 $10 $5 and Ā£5 Ā£10 Ā£50 and 10 SAR 200 SAR 500
SAR
By using array convert all
$ to SAR
SAR to Ā£
Ā£ to $
then count the total amount of that Ahmad have for each currency SAR
and $ and Ā£ .
By applying array and method concept
āāā
Q2/ Write Java Program that allow the users to enter 10 students names
with their serial numbers (where is the serial numbers start from 10) and
search for specific student name, once it found display the student name
and the location of the name with the student serial number. (location
name is not the index number)
By applying array and method concept
āāā
Q3/ Suppose that the tuition for a university is $15,000 this year and
increases 10% every year.Write a program that computes the tuition in 7
years and the total cost of the first four years.