Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
1 Posted Topic
[CODE]import java.util.Scanner; //Imports Scanner For user Input. public class Main { public static void main(String[] args) //Main method { //Were most of code in the Main class goes. Scanner keybd = new Scanner(System.in); //Set keybd to Scanner for Input double grade = 0; //Double to hold grade String acceptance = …
The End.
Nmanpure Pkr