Learning
未读
CPT111-Week4
Exercise #4.1 Integer Frequency Write a Java function/static method getFrequency(int[] input, int num) that takes as parameter an array of integers in
Learning
未读
CPT111-Week3
Week 3: Control Flow Exercise #3.1 Harmonic Numbers Harmonic numbers are a sequence of numbers that arises in various fields of mathematics. The n-th
Learning
未读
CPT111-Week2
Week 2: Data Types, Math, Client Input, Debugging Exercise #2.1 What day is it? Write a Java program that takes a date as input and prints the day of
Learning
未读
CPT111-Week1
Simply started my learning process right here. import java.util.*;
public class LoveThreeThousands {
public static void main(String[] args) {