Search found 4 matches
- Fri Jun 01, 2018 12:46 pm
- Forum: Help with my program
- Topic: .charAt method
- Replies: 1
- Views: 48156
.charAt method
//java import java.util.Scanner; public class Separator{ public static void main(String[] args){ Scanner input = new Scanner(System.in); System.out.println("Please put in a message"); //user's message String message = input.next(); //finds how long message is for(int i=0; i<message.length(); i++){ ...
- Thu May 31, 2018 7:41 pm
- Forum: Report a Bug
- Topic: Space button?
- Replies: 4
- Views: 102573
Re: Space button?
Hi, one more thing: I can't edit the main class in project properties.
When I click Save, the whole input box erases my original input.
Thanks again!
When I click Save, the whole input box erases my original input.
Thanks again!
- Tue May 29, 2018 8:06 pm
- Forum: Report a Bug
- Topic: Space button?
- Replies: 4
- Views: 102573
Space button?
This is strange, but I can't make the space button work on my programs? It was working fine before. The button works on other websites that I tested so far. Pasting something with spaces in them into the editor works fine and every other button also seems to work. Could you please help?
Thanks!
Thanks!
- Fri Apr 20, 2018 7:54 pm
- Forum: Report a Bug
- Topic: Password Change & Project Properties.
- Replies: 6
- Views: 161386
Re: Password Change & Project Properties.
Thank you very much! Everything seems to be working fine now.