100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
COS1511 Assignment 4 2022 R50,00   Add to cart

Exam (elaborations)

COS1511 Assignment 4 2022

 17 views  0 purchase

COS1511 Assignment % TRUSTED workings, explanations and solutions. +94 for assistance

Preview 2 out of 8  pages

  • June 7, 2022
  • 8
  • 2021/2022
  • Exam (elaborations)
  • Questions & answers
All documents for this subject (83)
avatar-seller
ailada
AILADA COLLEGE
For Assistance with other modules
Call or Whatsapp +27682021794




*********************
COS1511
Assignment 04
2022

*********************
Due date
26 September 2022

COS1511 Assignment 4 2022 100% TRUSTED workings, explanations and solutions.
Whatsapp +27682021794 for assistance




1

, QUESTION 1
#include <iostream>
#include <iomanip>
#include <string>

using namespace

std;

const int NUM = 10;
const float FLIGHT = 1600.00;
const float F_TIMES[5][2] = {{7.00,9.30}, {9.00,11.30},{11.00,13.30},
{13.00,15.30},{15.00,17.30}};

struct travelBooking
{
string
travellerName;
string travelClass;
float departureTime;
float arrivalTime;
string seatNo;
};

bool validateTimeOption(int opt)
{
if(opt == 1 || opt == 2 || opt == 3 || opt == 4 || opt ==
5) return true;
else
return false;
}

bool validateSeat(travelBooking t[], string sNo, int timeChoice)
{
bool notBooked =
true; float dTime;
dTime = F_TIMES[timeChoice -
1][0]; int i = 0;

//check if it is already
booked while(i < NUM)
{
if(t[i].seatNo == sNo && t[i].departureTime == dTime)
{
notBooked =
false; break;
}
i++;
}




2

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through EFT, credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying this summary from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller ailada. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy this summary for R50,00. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

82191 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy summaries for 14 years now

Start selling
R50,00
  • (0)
  Buy now