Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: creso
  • Order by date
  1. creso

    Why?!

    Hi, Thanks for reply... I actually had the following line of code: choice = Integer.parseInt(System.in.read()); I thought, the above would convert "character" to "int". But, the output was as follows: 1 : push a onto b 2 : push a over b 3 : stack a onto b 4 : stack...
  2. creso

    Why?!

    Hi, Consider the following program: try { int choice = 0; while (choice != 5) { System.out.println(" 1 : push a onto b "); System.out.println(" 2 : push a over b "); System.out.println(" 3 : stack a onto b "); System.out.println(" 4 : stack a over...

Part and Inventory Search

Back
Top