Psuedocode Ex: 6.8 - PowerPoint PPT Presentation

1 / 4
About This Presentation
Title:

Psuedocode Ex: 6.8

Description:

Enter smoking preference. If non-smoking. If section is not full then assign seat ... then assign non-smoking seat. else display flight leaves in 3 hours ... – PowerPoint PPT presentation

Number of Views:33
Avg rating:3.0/5.0
Slides: 5
Provided by: stude1
Category:

less

Transcript and Presenter's Notes

Title: Psuedocode Ex: 6.8


1
Psuedocode( Ex 6.8)
  • Start the program
  • Initialize variable
  • Enter total hours parked
  • If hours lt 3, then display current charge 2.00
    and calculate
  • running total.
  • Display running total
  • If hours gt 3, then perform calculate charges,
    and calculate
  • charges
  • If current charges gt 10.00, then current charges
    10.00
  • Calculate current charges
  • Display current charges
  • Display running total
  • Return current charges
  • Program end

2
Flow Chart( Ex 6.8)
Start
Enter hours parked




  • Yes


  • No


  • Yes


  • No


  • Yes


  • No

Hours lt 3?
Cal. And display Running total and
Hours gt 3?
Cal. charges
Hours gt 24?
Display max. 20 hours
Charges gt 10.00?
Display current charges
Current charges 10.00
Display running total
Cal. Current charges
End
3
Psuedocode( Ex 7.18)
  • Start the program
  • Enter smoking preference
  • If non-smoking
  • If section is not full then assign
    seat
  • else ask if smoking is all right
  • If smoking is all right and
    smoking is not full
  • then assign smoking seat
  • else display flight leaves in 3
    hours
  • Else
  • If section is not full then
    assign seat
  • else ask if non-smoking is all
    right
  • If non-smoking is all right and
    it is not full
  • then assign non-smoking seat
  • else display flight leaves in 3
    hours
  • Else display flight leaves in 3 hours
  • Program End


4
Flow Chart( Ex 7.18)
Start
Enter smoking preference

  • No
    Yes
  • Yes


    Yes

  • No
    No
    Yes
  • Yes


  • No


    No

If non- smoking
Is full?
Is full?
Is smoking ok?
Is non- smoking ok?
Assign seat
Assign seat
Assign seat
Assign seat
Display flight leave in 3 hours
Display flight leave in 3 hours
End
Write a Comment
User Comments (0)
About PowerShow.com