Welcome to Dream.In.Code
Getting Help is Easy!

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




help me with my program

 
Reply to this topicStart new topic

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: 9

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: 5,231



Thanked: 218 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 online!Profile 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: 9

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: 12/3/08 05:02PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month