123k views
3 votes
I'm very confused about this, I am seeing multiple different answers and I thought the answer was obvious, but guess not.

Jabari is writing a program that prompts a user for a value that is negative and has a decimal. Which function should he use?

float()
int()
print()
string()

User PVR
by
4.3k points

1 Answer

3 votes

Answer:

int()

Step-by-step explanation:

User MJ Khan
by
4.5k points