That article title has a typo, it's supposed to say "Do I even need it?"
And... I would not have wasted time writing a full article on a software [or feature] analysis based on exactly 1 user experience.
I don't use it too (only for shutdown/restart), but it's because I have pinned all my frequently apps directly in the taskbar.
For search files, I use the PowerToys Run app.
But, I understand that a place where ALL apps are listed and available is needed.
Question
Jackerman23
This is what I got so far:
#include <iostream>
using namespace std;
int main()
{
int hours = 0;
int minutes = 0;
cout << "Enter number of hours and minutes: ";
cin >> hours >> minutes;
cout << "The number of hours is: " << hours << endl;
cout << "and the number of minutes is: " << minutes << endl;
return 0;
}
Much help will be appreciated, thank you!
Link to comment
https://www.neowin.net/forum/topic/1182513-c-program-converting-hours-and-minutes-to-decimal/Share on other sites
7 answers to this question
Recommended Posts