Click here to Skip to main content
15,891,730 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
For each problem, add a file to the project named Asg3aExn.rb, where n is the problem number. For example, the first problem should be represented by Asg3aEx9.rb.
Within the file, add a comment block at the top that contains the program's name, your name, date, the course title, your instructor's name, the assignment number, the problem number, and a brief description of the program's purpose. (This can usually be the problem itself)

What I have tried:

I am having some issues with fining out how to comment block.
Posted

1 solution

A comment block is pretty straight forward, you need to google "how to add comments in ruby"

how to add comments in ruby[^]

Ruby Comments[^]

If you have something more specific problem feel free to ask it but at the moment, no one here is going to do your homework for you and part of doing your homework is figuring things out, not attempting to get people to do your homework for you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900