My VB code would be:
TotPmts = Cint(InputBox("How many monthly paymwents will you make?"))
What would be the C# equivalent of that? Unfortunately my "Visual C# 20005" manual only uses console apps as their illustrations. I don't think "Readline" is what I am looking for.




Reply With Quote