Skip to content

Commit

Permalink
Update 3.1.4 Your Name and Hobby.js
Browse files Browse the repository at this point in the history
fixed a semi-colon problem
  • Loading branch information
aditeyapatakoti authored Nov 8, 2023
1 parent 1cd7f6c commit e904eba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions 3.1.4 Your Name and Hobby.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/* This program should print out your
* name, and a hobby you have */
function start(){

println("My name is <your name here>")

println("I like programming.")
println("Your name"); //Enter in your name
println("Your hobby"); //Enter in your hobby or hobbies
}

0 comments on commit e904eba

Please sign in to comment.