Write a function that accepts an integer argument and returns a boolean value. The function should return true if the integer argument is greater than or equal to zero, and false otherwise. Call this function with a positive and negative value to test that it works, using cout to display the result?
Answers
Answered by
0
Ok, so I can show u this answer-
VB Net-
Dim I as integer
Dim Booleanvalue = (Your value)
Set=Booleanvalue
So this is how it’s in vs studio!!!..
VB Net-
Dim I as integer
Dim Booleanvalue = (Your value)
Set=Booleanvalue
So this is how it’s in vs studio!!!..
Similar questions