Example of Rerx, ReSQL, Xtra, XML and Unit4 Report Engine reports and code
-
Updated
Nov 5, 2024
Example of Rerx, ReSQL, Xtra, XML and Unit4 Report Engine reports and code
Ev charging points using MapBox
Example of Excelerator Postback Sheets
A utility tool that helps speed up the development process at Unit4.
In the modified tasks, I was given some starter code. Use the instructions below to make changes to the code. I commented on my changes to explain what you have done.
We are writing a prediction of what it will do when it runs.
We are creating a login page. We have the correct password. The user is to input their username and password. If the user inputs the correct password, they will be able to login. If the user inputs the wrong password, they will be able to try again. They have 3 tries. If they fail they will have to restart the program.
Write a program that will ask a user how many numbers they would like to check. Then, using a for loop, prompt the user for a number, and output if that number is divisible by 3 or not. Continue doing this as many times as the user indicated. Once the loop ends, output how many numbers entered were divisible by 3 and how many were not divisible
Add a description, image, and links to the unit4 topic page so that developers can more easily learn about it.
To associate your repository with the unit4 topic, visit your repo's landing page and select "manage topics."