[SOLVED] SOLVED: Geek.java

29.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

Geek.java

Write a class definition (not a program, there is no main method) named Geek (saved in a file Geek.java) that models a person who is a geek. For our purposes, a geek is someone who delights in answering all sorts of questions, such as “is this year a leap year?”, “what is the sum of all numbers between two numbers?”, “what is a prime number?”, among other things. A Geek has a name and also keeps track of how many questions s/he has answered.
Your Geek class must have only two instance variables – the Geek’s name and number of
What This Assignment Is About:
• Loops
• Control flow
• Implementing classes
Methods Description of the methods
public Geek (String name)
the Geek’s name, the number of questions is
assigned to zero.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.