Write a console application Convert.the input from the console

  • Thread starter Daniel Ebeltoft (programming & Solutions
  • Start date
D

Daniel Ebeltoft (programming & Solutions

I need help in programming analysis and solutions The question I have is
Write a console application that obtains four int values from the user and
displays the product. Hint: you may recall that the Convert. To Double()
command was used to covert the input from the console to a double; the
equivalent command to convert from a string to an int is Convert.ToInt32().If
I can ask is the walk troough version and if possible a little laymans term
involved. Thanks for the help Dan
 
K

Karl E. Peterson

Daniel Ebeltoft (programming & Solutions <Daniel Ebeltoft (programming
I need help in programming analysis and solutions The question I have
is Write a console application that obtains four int values from the
user and displays the product. Hint: you may recall that the Convert.
To Double() command was used to covert the input from the console to
a double; the equivalent command to convert from a string to an int
is Convert.ToInt32().If I can ask is the walk troough version and if
possible a little laymans term involved. Thanks for the help Dan

Gotta wonder why you thought to post this _here_?
 
D

Daniel Ebeltoft (programming & Solutions

The reson is to see if I can get help understanding for the person that I get
info from can't explain it in the way I need
 
K

Karl E. Peterson

Daniel said:
The reson is to see if I can get help understanding for the person
that I get info from can't explain it in the way I need

Yeah, but what you're asking about has *nothing* to do with Word. Nothing
at all. Sounds like you're most likely using, or been told to use, VB.NET
or C# to build this little project. You'll want to ask in a group,
therefore, dedicated to the tool you're using. Would suggest rooting around
for one with ".dotnet." in its name.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top