Exercise - Blocks in Flow
- In FlowProducts.
- After the Product Name display two message box :
- First message box will show "Right now at the " + "morning" or "evening", according to the current time. (use Time.Now.Hour and a new method that will return the PArt of day).
- Second message box will show "you have total value of " + UnitsInStock times Units On Order. (use a new method that will return the total value)
- Save changes to Git.
- Build and test.
- make the two message box show only if you have Units In Stock and on Order
- Save changes to Git.
- Build and test.
- If you do not have Units In Stock or on Order, show a message box "There is an error in calculation".
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com