• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Beginners in java

 
Greenhorn
Posts: 1
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anyone who could help me with this?
My teacher send me this in my email, and I don't get him
please, can someone explain it to me

Create a java program that will solve for the grade of the student based on the following requirements:

1. The grading system will be composed of Exam, Quiz and Class Participation
2. Exam = 50%, Quiz = 40% and Class Participation = 10%
3. Create 2 methods with same name for every category (use int and double)
4. Create also 2 methods that will process according to its data type.
5. After the process, the final output will be return to the main body.
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jinky Juele wrote:Anyone who could help me with this?
My teacher send me this in my email, and I don't get him



Neither do I.

None does, I believe.

 
Sheriff
Posts: 5555
326
IntelliJ IDE Python Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your teacher is the person you should be asking this question to.
 
reply
    Bookmark Topic Watch Topic
  • New Topic