Exercise 16.22 page 813 - PowerPoint PPT Presentation

1 / 3
About This Presentation
Title:

Exercise 16.22 page 813

Description:

PROBLEM: Create a Java program that repeatedly flashes an image on the screen by ... PROCESS: - launch the program - display the result. Exercise 16.22 page 813 ... – PowerPoint PPT presentation

Number of Views:42
Avg rating:3.0/5.0
Slides: 4
Provided by: pcbstud
Category:
Tags: exercise | page

less

Transcript and Presenter's Notes

Title: Exercise 16.22 page 813


1
Exercise 16.22 page 813
  • PROBLEM Create a Java program that repeatedly
    flashes an image on the screen by interspersing
    the image with a plain background color image.
  • OUTPUT an image flashing on the screen.
  • INPUT - an image
  • - a plain background color image.
  • PROCESS - launch the program
  • - display the result.

2
Exercise 16.22 page 813
3
Exercise 16.22 page 813
PSEUDOCODE - display the first image (pic1) -
wait (random time) - display the second image
(pic2) - wait (random time)
Write a Comment
User Comments (0)
About PowerShow.com