started main method and added the print item lines inside it#5
started main method and added the print item lines inside it#5alexanderpena014-svg wants to merge 6 commits intogrc-123-s26:mainfrom
Conversation
|
added the more than double lines of code in the main method to be able to print them |
|
added the all starts with A lines of code in the main method to be able to print them |
|
created a method so that each item in the array prints on its own line |
|
created another method so that when x is 2 times bigger than y. it'll return as true |
|
created the last method for this assignment. If all the words start with A or a, itll print true. If else false |
|
I like the progress! A few things though: Please edit the Java file, not the README. We did the README as an example in our intro, but for our actual coding assignments we want to change the code itself. You don't need to add a comment after every commit on the PR. You can wait until you're done with the assignment to open the PR. Each commit message is a sufficient description of what you did in the commit. When submitting on Canvas, please submit the link to the PR itself. In this case, it would be #5 Can I get you to make your changes to the .java file and resubmit on Canvas? I'll give you full credit when you do. Feel freee to email me with any questions or come by office hours. Thanks! |
Added the print items inside of the main method