Category

Programming Languages

Category

Program that randomly generates an addition question with two integers less than 100.

Sample program runClick here to see other solutions…

Program that generates two integers under 100 and prompts the user to enter the sum of these two integers.

Sample runClick…

The program below is the solution to Liang’s Introduction to Java (9th Edition) Chapter 3 Exercise 3.3.

Program sample runClick here…

Just came across a program I wrote then in school to calculate area of triangle using Hero’s formula.Program flowchart

The program below is the answer to Liang’s Introduction to Java Programming (9th Edition) Chapter 3 Exercise 3.1.

Sample Program runClick…