Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~523 People Reached
About Me

I am currently studying software & Web development. I like running, I find it relaxing, you will never find me without some kind of gadget and I love holidaying in Thailand :)

Favorite Forums
Favorite Tags
c++ x 6
Member Avatar for tom.scott.73113

Hey I am almost finished my code but i cant see why in the voucher print function its not displaying cost near hire cost anyone else me out ? #include<iostream> #include<iomanip> #include<conio.h> #include<string> #include<windows.h> using namespace std; void Intro(); void NameValidation(string name); bool LicenseValid(string license); bool CreditCardValidation(string creditcard); bool AgeValidation(string …

Member Avatar for tom.scott.73113
0
195
Member Avatar for tom.scott.73113

Hi Im working on a program at the moment and seem to be having issue with this section when trying to get section 3 i get section 2 Ive pasted code below any help or suggestions would be great. Thanks if(gps=='Y'||gps=='y'&&childseat=='N'||childseat=='n') { if(stoi(daysamount)<=3) { extra=stoi(daysamount)*5; } else { extra=15; } …

Member Avatar for tom.scott.73113
0
131
Member Avatar for tom.scott.73113

Hello I am trying to write a multiplication table into a function but am not getting the result i want ive been looking at it for about 3 hours now and cant figure what is going on im not getting errors it runs fine but isnt givig me a neat …

Member Avatar for Gonbe
0
196