Question: Please help I'm very new to java programming and tbh suck at it. Please help me make a calender that only has these: Printing, data
Please help I'm very new to java programming and tbh suck at it.
Please help me make a calender that only has these: Printing, data types, methods, operators, expressions, variables, for loops, class constants, parameters, returns, String objects, Scanner objects
It must look like this

And must use these methods and be scaleable by a class constant

My program sucks and I tried everything but here it is:
import java.util.*; import java.util.Calendar;
public class Assignment1 { public static void main(String[] args) { Scanner console = new Scanner(System.in); displayDate(); drawMonth(); monthFromDate(); dayFromDate(); }
//draws month using drawRow public static void drawMonth( for(int i = 1; int i
//displays a week of the calender public static void drawRow(int row) { for(int row = 1; row
What date would you like to look at? (mm/dd) 04/05 17 10 11 12 13 14 I 115 116 117 18 19 120 21I 122 123 24 125 126 127 128 I 129 130 131 132 133 134 135 I Month: 4 Day: 5 This month: 10 1S 10 11 12 13 14 115 116 117 18 119 20 121 I 122 123 24 125 126 127128 I 129 30 131 32 33 134 35 I Month: 10 Day: 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
