Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Visual Basic, Beginner student learning on my own and having trouble approaching these problems. I appreciate any help. 5.What is the output of the following
Visual Basic,
Beginner student learning on my own and having trouble approaching these problems.
I appreciate any help.
5.What is the output of the following commands:
a) decRate.ToString() where decRate contains .735 _________________
b) CInt(34.6)
c) CDbl(18,345.46)
d) CDec( Six thousand)
e) (.78).ToString(P)
f) (9.4).ToString(p)
g) (3291.355).ToString(n1)
h) (.84).ToString(n)
i) (76).ToString(c)
j) Today(),ToString(d)
k) Today(),ToString(D)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started