Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
Trey Burkhalter
Greenhorn
+ Follow
3
Posts
1
Threads
0
Cows
since Sep 26, 2016
Merit Badge info
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
Ranch Hand Scavenger Hunt
Number Posts (3/100)
Number Threads Started (1/100)
Number Cows Received (0/5)
Number Likes Received (0/10)
Number Likes Granted (0/20)
Set bumper stickers in profile (0/3)
Report a post to the moderators (0/1)
Edit a wiki page (0/1)
Create a post with an image (0/2)
Greenhorn Scavenger Hunt
First Post
Number Posts (3/10)
Number Threads Started (1/10)
Number Likes Received (0/3)
Number Likes Granted (0/3)
Set bumper stickers in profile (0/1)
Set signature in profile
Search for a post/thread (0/3)
Set a watch on a thread
Save thread as a bookmark
Create a post with an image (0/1)
Recent posts by Trey Burkhalter
Bold and Underline User Input
Yes sorry. I made certain assumptions and I really need to stop that lol
public static Scanner input = new Scanner(System.in);
show more
5 years ago
Beginning Java
Bold and Underline User Input
I am using the following to ask for the number:
System.out.print("Enter the number boxes: "); numBoxes = input.nextInt();
show more
5 years ago
Beginning Java
Bold and Underline User Input
I am writing some code for a class project. I have main parts done, but I am just trying to add the extras that the professor has eluded to. How would I bold and underline the text as they enter it?
IE: Enter number of boxes:
3
show more
5 years ago
Beginning Java