• Post Reply Bookmark Topic Watch Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Say

  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This page was migrated from a javaranch.com.jsp


Assignment Java-4a (Say)
Purpose:  To learn how to build and access an array.

 

Write a program that will read in a number from 0 to 99 and spell out that number. The
 program must also report any values that are out of range.


 

In other words, I want to type


 
 

and see


 

 

To do this, you will need to know how to:
 



 

Instructor's solution:


   
    77 lines ( 2 methods ) including 13 comment lines and 7 blank lines


Assignment Java-4b (Say)

Purpose:  To learn how to create method(s) and how to use the
  iterative development process to make a big program.


 

Modify Java 4a so you can handle numbers as large as nine hundred ninety-nine billion,
 nine hundred ninety-nine million, nine hundred ninety-nine thousand, nine hundred ninety-nine.


 
 

Extra credit if you can do it with less than 40 strings.


 
 

To do this, you will need to know how to:
 



 

Instructor's solution:


   
    115 lines ( 4 methods ) including 19 comment lines and 8 blank lines


After you have tied up this assignment, lasso the next one:


   
   
   



   

Page maintained by
   Marilyn de Queiroz

 
So there I was, trapped in the jungle. And at the last minute, I was saved by this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
    Bookmark Topic Watch Topic
  • New Topic