- Japan
Highlights
Popular repositories Loading
-
cs-video-courses
cs-video-courses PublicForked from Developer-Y/cs-video-courses
List of Computer Science courses with video lectures.
-
staff-list
staff-list PublicWriting a class called Staff. It contains methods that manipulate an ArrayList of Strings representing the names of staff members. The constructor takes an ArrayList of String names as a parameter.…
Java
-
Temperature-map
Temperature-map PublicCreating a crude temperature map. A TemperatureMap class indicates areas of different temperature by the use of different colors. Our map will represent a square area. The temperatures are containe…
Java
-
Word-Processor
Word-Processor PublicWrite a class to manage an array of Strings. Call the class WordProcessor. WordProcessor constructor takes no parameters but initializes the array so it can hold 8 elements. Define a constant for 8…
Java
-
Tile-Floor
Tile-Floor PublicIn this problem you will model a tile floor. The tile floor consists of some number of rows of (filled) colored squares. Each row contains some number of squares. Each square has a side of 10 pixel…
Java
-
Student-Grade
Student-Grade PublicA Student has a name and an ArrayList of grades (Doubles) as instance variables. Write a class named Classroom which manages Student objects.
Java
If the problem persists, check the GitHub status page or contact support.