Skip to content

alanqoudif/ITP-mec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITP Java Demos

This repo has some Java demo programs I made.

What's in here

  • AddTwoNumbers.java: Adds two numbers together
  • UserInfoCollector.java: Gets user info (name, gender, age, place) and a character
  • ChapterCostCalculator.java: Calculates chapter cost
  • SumAndAverage.java: Calculates sum and average of three numbers
  • MathematicalExpressions.java: Calculates two expressions (e1 and e2)

How to run

For each program, just compile and run:

javac AddTwoNumbers.java
java AddTwoNumbers
javac UserInfoCollector.java
java UserInfoCollector
javac ChapterCostCalculator.java
java ChapterCostCalculator
javac SumAndAverage.java
java SumAndAverage
javac MathematicalExpressions.java
java MathematicalExpressions

For more details on each program, check out:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published