pseudocode for this project
Addition of Two Numbers
Adding two numbers in programming is essentially the same as adding two numbers in general arithmetic. A significant difference is that in programming, you need to pay attention to the data type of the variable that will hold the sum of two numbers.
C++
C++ is a general-purpose hybrid language, which supports both OOPs and procedural language designed and developed by Bjarne Stroustrup. It began in 1979 as “C with Classes” at Bell Labs and first appeared in the year 1985 as C++. It is the superset of C programming language, because it uses most of the C code syntax. Due to its hybrid functionality, it used to develop embedded systems, operating systems, web browser, GUI and video games.
Write the pseudocode usign java of the android app that can help parents control their children's activites. the detail of the app requeirment is below
This App will help parents to control their children. It will work by tracking the kid’s activities, like their study, sleeping time, playing, meal time, family time etc. The system will have three modules which are Admin, Parent and Children. I am planning to group the age range 1-6, 7-11 and teenages. The App will remind events that are set up. It will of course provide the tracking of schedules. This will help parents can track their kids, how many hours they spend on online, if they use it on study or family time schedule, and, they can track when kids visit unnecessary sites for them.
This project needs Android studio, Java and XML. but for now i just need good pseudocode for this project
Trending now
This is a popular solution!
Step by step
Solved in 2 steps