Cal State L.A. logo and University Seal - Link back to main page

CIS 283 - Introduction to Application Programming with Java

Email: jperezc at calstatela.edu

Labs

This is programming work done during the class. It does count for the grade (see syllabus).

  1. write a program that calculates and outputs the average of integers 1, 7, 9 and 34
  2. write a program that converts 2, 5, and 10 inches to millimeters (1 inch - 25.4mm) and it prints the output.
  3. write a program that calculates and outputs the square of each integer from 1 to 9
  4. download the source program DialogBoxDemo.java. Compile it and run it
  5. rewrite the previous exercises so that they use the Dialog Box program.
Email: jperezc at calstatela.edu