QB64 PROGRAM 6 (SALEMAN)
Updated: Dec 3, 2021

This the blank screen when you open the QB64

This the commands you should put in QB64 space. The commands are:
PRINT "ENTER THE NUMBER OF ITEMS SOLD"
INPUT NUM
PRINT "ENTER THE NUMBER OF DAYS IN WHICH THE ITEMS WERE SOLD"
INPUT DAYS
IF NUM > 10 AND DAYS <= 2 THEN
PRINT "YOU ARE A GOOD SALESMAN"
ELSE
PRINT "YOU SHOULD TRY AND INCREASE THE SALES"
PRINT "BYE BYE SEE YOU AGAIN"
END IF

EXECUTE THE PROGRAM TO RUN.

The Program Is Going on...

The program came. You should put 15 and 2 then the answer comes you are a good salesman.

Thanks for seeing the posts.
comment below you liked the program.
bye for now.
see you Tomorrow.