Required: program to return the largest of three numbers.
pseudocode
input parameters, int A,B,C;
int T; // temporary storage
if (A>B) T=A;
else T=B;
if (T>C) print(T);
else print(C);
Answer:
Kenny should right-click the taskbar, not the toolbar.
Explanation:
Toolbars on Window’s taskbar are special applications that show on the bottom right of a Desktop display screen by default. The default toolbar options include Desktop, Links, Address, and any other custom toolbars added by the user. To remove or hide a toolbar, Kenny should right click on the taskbar, click on toolbars, and click to activate or untick to hide or the toolbar.
Pie chart. It shows all the amounts all compared at once.