| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/whshi574/cpp-programming/main/OOP1-Lab5/Source2.cpp | [Back] [Original] |
// Practical Lab Assignment-7(Week 9)
// ID:U1910049 Name: Rustam Zokirov
// Program to convert into minutes
#include
using namespace std;
bool GetMinutesFromTime(double hours, double minutes, double seconds) {
if (hours < 0) {
cout
| Web Proxy Viewer | New URL | Original Page |