Answer:
#include <stdio.h>
void main()
{
int num;
printf("Input a number :");
scanf("%d", &num);
if (num >= 0)
printf("%d is a positive number \n", num);
else
printf("%d is a negative number \n", num);
}
Explanation:
good luck.
hope it helped you.
pls mark brainleist
Answer: a conputer has a moniter and a mouse and laptop doesn't
Explanation:
Answer:
Kindly check explanation
Explanation:
Shell scripts are used for writing codes which may involve writing together a complete set of task in a single script. These set if codes or instructions could be run at once without having to run this program one after the other on a command line. This way it avoid having to repeat a particular task each time such task is required. As it already combines a sequence of command which would or should have been typed one after the other into a compiled single script which could be run at once.
A shell script could be written for a control flow construct :
if [expression]
then (command 1)
else (command 2)
.....
Answer:
nest an else clause within an elif clause
Explanation:
in python Programming, we cannot nest an else clause within an elif clause. elif is actually else if condition. we cannot nest another else with in elif clause.
Last 2012,
there was a virus which infected millions of chicken. It was known as Avian
influenza or bird flu. It resulted to scarcity of eggs. As the law of supply
and demand states, there is an effect on the price of a product depending on
its availability. If there is a low supply and a high demand, there is an
increase in price and vice versa.