Given the following function definition fragment, for which values of myInt should the function be tested?

int doSomething(int myInt)
{
if(myInt < 0)
{
//do some stuff here
}
}


-1, 0,1

Computer Science & Information Technology

You might also like to view...

A program obtains the mouse pointer’s position by invoking method pygame.mouse._______.

a) get_pos. b) get_position. c) get_pointer. d) None of the above.

Computer Science & Information Technology

If a field’s size is too small, users might not be able to enter complete data into a field without resizing it in Datasheet view. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Windows 10 is the oldest version of Microsoft Windows.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

An administrator is updating the server infrastructure at a company's disaster recovery site. Currently, an enormous amount of effort is required by the administrator to replicate operations. Which of the following types of site is the administrator currently using?

A. Cold site B. Hot site C. Warm site D. Replication site

Computer Science & Information Technology