CJCoding With Joseph
15per day
TitleTopicsAction
1
Print Age VariableCreate an integer variable called age with the value 25, and use System.out.prin...
easy○ Not Started
Printing
Solve
4
Character PrintfCreate a variable char symbol = '*'; and use System.out.printf to display it in ...
easy○ Not Started
Printing
Solve
5
Integer PrintfCreate an integer variable with the value 45, and use System.out.printf to displ...
easy○ Not Started
Printing
Solve
6
Float FormattingCreate a float variable with the value 7.456. Use System.out.printf to print the...
easy○ Not Started
Printing
Solve
7
Addition EquationCreate two integer variables with the values 4 and 9. Use one System.out.printf ...
easy○ Not Started
Printing
Solve
8
Double PrecisionCreate a double variable with the value 12.34567. Use System.out.printf to displ...
easy○ Not Started
Printing
Solve
11
Print Three LinesUse System.out.println() three times to display these three lines of text: Line...
easy○ Not Started
Printing
Solve
12
Boolean Variable PrintCreate a boolean variable called `isJavaFun` with the value `true`. Use System.o...
easy○ Not Started
Printing
Solve
13
Multiple Prints Same LineUse three System.out.print() statements to display the following sentence on one...
easy○ Not Started
Printing
Solve
14
Print vs PrintlnUse System.out.print() twice to display the following text on the same line: Ja...
easy○ Not Started
Printing
Solve
15
String Variable PrintfCreate a String variable with the value "Alice" and use System.out.printf() to d...
easy○ Not Started
Printing
Solve
16
Multiple Prints Same LineUse three System.out.print() statements to display the following sentence on one...
easy○ Not Started
Printing
Solve
17
Character DeclarationCreate a char variable with the value '#' and use System.out.println() to displa...
easy○ Not Started
Printing
Solve
18
Simple Integer OutputCreate an int variable with the value 100 and use System.out.println() to displa...
easy○ Not Started
Printing
Solve
190
Print Product with Clear LabelCreate two integer variables: `price = 12` and `quantity = 4`. Then calculate th...
easy○ Not Started
Printing
Solve
9
Zero PaddingCreate three integer variables with the values 7, 45, and 123. Print each of the...
medium○ Not Started
Printing
Solve
10
String AlignmentCreate three string variables with the names "Alice", "Bob", and "Charlie". Prin...
medium○ Not Started
Printing
Solve
19
Name and AgeCreate a String variable with the value "Sarah" and an int variable with the val...
medium○ Not Started
Printing
Solve
20
Float Three DecimalsCreate a float variable with the value 9.8765f. Use System.out.printf() to displ...
medium○ Not Started
Printing
Solve
21
Mixed Escape SequencesUse one System.out.println() statement with both \n and \t to display the follow...
medium○ Not Started
Printing
Solve
22
Subtraction EquationCreate two integer variables with the values 15 and 8. Use one System.out.printf...
medium○ Not Started
Printing
Solve
23
Product with FloatCreate an int variable with the value 5 and a float variable with the value 2.5f...
medium○ Not Started
Printing
Solve
24
Receipt FormattingCreate three float variables: price1 = 12.99f, price2 = 8.50f, and price3 = 15.2...
medium○ Not Started
Printing
Solve
25
Complex Mixed FormatCreate variables: String item = "Laptop", int quantity = 3, float price = 899.99...
medium○ Not Started
Printing
Solve