School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 307,136 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,880 people online right now. Registration is fast and FREE... Join Now!




help me with my program

 

help me with my program, sum of two

jobema

1 Oct, 2008 - 01:03 PM
Post #1

New D.I.C Head
*

Joined: 1 Oct, 2008
Posts: 10

I need help to understand how to write a program in ruby which prompt the user to enter any two numbers one at a time and returns a statement of the form "The sum of...and...is"......and I also need to make a loop for this program please someone help me ... rolleyes.gif

This post has been edited by jobema: 2 Oct, 2008 - 07:38 AM

User is offlineProfile CardPM
+Quote Post


Martyr2

RE: Help Me With My Program

1 Oct, 2008 - 02:05 PM
Post #2

Programming Theoretician
Group Icon

Joined: 18 Apr, 2007
Posts: 7,307



Thanked: 838 times
Expert In: C/C++, Java, VB, VB.NET, C#, PHP, Web Development, HTML & CSS, Javascript

My Contributions
Not too bad really...

CODE

#Prompt for number 1...
puts "Enter number 1: "
num1 = gets.chomp.to_i

#Prompt for number 2
puts "Enter number 2: "
num2 = gets.chomp.to_i

#Print out the sum of the two numbers
puts "The sum of #{num1} and #{num2} is #{num1 + num2}"


There you go. Read the in-code comments and you are set. smile.gif
User is offlineProfile CardPM
+Quote Post

jobema

RE: Help Me With My Program

2 Oct, 2008 - 07:40 AM
Post #3

New D.I.C Head
*

Joined: 1 Oct, 2008
Posts: 10

QUOTE(jobema @ 1 Oct, 2008 - 02:03 PM) *

I need help to understand how to write a program in ruby which prompt the user to enter any two numbers one at a time and returns a statement of the form "The sum of...and...is"......and I also need to make a loop for this program please someone help me ... rolleyes.gif


User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/21/09 03:05PM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month