• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Tim Cooke
  • paul wheaton
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Piet Souris
  • Himai Minh
Bartenders:
  • 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-2 (EvenOrOdd)
Purpose:  To learn about converting a string to an int, about conditional branching, and about modulo.

 

Write a program that will read in a number from the command line and tell me if it is
 even or odd.


 

In other words, I want to type


 
 

and see


 
 

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


Instructor's solution:


    22 lines



Good for you! Now that you have tied up this assignment, lasso the next one.







Page maintained by
Marilyn de Queiroz

 
A "dutch baby" is not a baby. But this tiny ad is baby sized:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
    Bookmark Topic Watch Topic
  • New Topic