Skip to content

Instantly share code, notes, and snippets.

@irena-adler
irena-adler / WeekOneHomework_IrinaN.cls.
Last active October 29, 2025 03:47
WeekOne Homework - RAD
}
public static void primitivesExercise() {
//You do this part!
//1. Declare three primitives variables, an Integer, a String and a Decimal
Integer NumberOfDogs;
String FirstDogName;
Decimal AverageDogWeight;