Skip to content
Sign UpLog In
Profile icon

Mohamed Kantako

@MohamedKantako
Repls
Community
MohamedKantako
MohamedKantako
published a Repl
4 months ago
0
Creating a class for hardware
Creating a class for hardwareThe class is expected to have a member variable to store the pin number connecting the LED, variables to store brightness and time duration, and member functions to turn on and off the LED.
MohamedKantako
MohamedKantako
published a Repl
6 months ago
0
Max and Min of an Array
Max and Min of an ArrayThe code displays the max number on the console when ‘9’ is typed and displays the min number when ‘0’ is typed, while any other number is considered an error.
MohamedKantako
MohamedKantako
published a Repl
6 months ago
0
Cpp, Lab 1
Cpp, Lab 1This code allows the user to input any number, therefore, the source code will display "Hello World!!!" as many times the user's input number.