Solved

Given the Following Statement: "%4d" % Var1, Which of the Following

Question 33

Multiple Choice

Given the following statement: "%4d" % var1, which of the following is accurate?


A) The variable var1 must be an integer value.
B) The variable var1 must be a string value.
C) The variable var1 will be in octal format.
D) The variable var1 will be formatted regardless of type.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions