Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~537 People Reached
Favorite Forums
Favorite Tags
java x 5
Member Avatar for ki72

I'm trying to To create a Student object, the class constructor takes two arguments: a student ID (as a String) and a student name (as a String). I need to add courses to the student record, I need to use the method setCourseGrade. I need to retrieve the grade of …

Member Avatar for masijade
0
107
Member Avatar for ki72

I want to how to to use the constructor CreditCard, how to use the method "getNumber".

Member Avatar for ithelp
-2
68
Member Avatar for ki72

For example I ask the user to enter a 4 digits integer number. For example the user enter 4875. I want to display odd digits (7 5) and even digits (4 8). By Extract each digit of the number using integer division and store the results in separate variables. for …

Member Avatar for Grn Xtrm
0
113
Member Avatar for ki72

Java Code I don't know how to show odd or even digits from an integer number. For example I ask the user to enter a 4 digits integer number. For example the user enter 4875. I want to display odd digits (7 5) and even digits (4 8). By Extract …

Member Avatar for peter_budo
0
152
Member Avatar for ki72

if and if-else statement: you will have to write a program that reads a 4-digit positive integer from the user and prints out the following information on the screen: 1. Whether the positive integer is an odd or even number 2. (display) The odd digits of the integer 3. (display) …

Member Avatar for freesoft_2000
0
97