2010-07-10 21:42:55

nanix84
» SuperFTalker
FTalk Level: zero
7847
0
1969-12-31

Re: [quote=sugarstyx_x]:idea: PLEASE READ: • You're not allowed to Plagiarize, we do not encourage this. • Members can help you but not allowed to do the work for you. • This is a Discussion thread

[quote]import java.util.Scanner; public class Number { public static void main(String[] args) { Scanner inputted=new Scanner(System.in); System.out.println("Enter a number:"); int yourNumber=inputted.nextInt(); if(yourNumber==100) { System.out.println("0"); } else if(yourNumber > 100) { System.out.println("you have exceeded 100."); } else { System.out.println(yourNumber+1); } } }[/quote]

Board footer

© 2024 F Talk

Current time is 17:11

[ 12 queries - 0.030 second ]
Privacy Policy