The wait statement “wait until” uses which type of data type?
The wait statement “wait until” uses which type of data type? Correct Answer Boolean
Any process will execute sequential-statements until a wait statement is encountered. Then, it will wait until the specified wait condition is satisfied. It will then execute the next set of sequential-statements until another wait is encountered. The “wait until” statement operates on Boolean type variable. They can be True or False and the condition is fulfilled when it’s True.
মোঃ আরিফুল ইসলাম
Feb 20, 2025