In this video I've tried to explain that how to make a Mind Reader program in C++ and how to use Random in C++
This program is using Random Numbers with a symbol against each number and you have to choose any of the shown number and make it digits sum, then subtract the sum from the original number. The symbol against the resultant number will be your answer just keep it in your mind and press enter, the program will show you the same symbol without taking any input.
let's say you chosen 78 and it's digits sum will be 15. Just subtract 15 from 78 and the result will be 63 check the symbol and keep it in mind. Just press enter and the program will show you the exact symbol without taking any input!
Want to check each line of code what's going on?
Just add a breakpoint and start tracing the program.
Don't know how to trace the code?
Checkout the tutorial below:
Breakpoint Tracing in C++
• How to trace the code [C++ Breakpoints] (T...
Find Digit Sum of any number in C++ - in Urdu / Hindi
• Find Digit Sum of any number in C++ - in...
Topics Covered:
c++
mind reader
mind reader program
Random Numbers
C++ Semester Project
c++ tutorials for beginners
c++ programming, c++ projects
semester project, digit sum in cpp
digit sum concept
c++ concept
c++ logic
#cpp #csworld #programming