# Introduction In this lab, we will learn how to determine if a user-entered number is positive or negative using C++ programming language. We will achieve this by using the concept of `if-else` blocks.
Click the virtual machine below to start practicing