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
~199 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for sanraj_1

Hey guys i am having a problem with this function. Its a fucntion to generate bills and i want to add a condition in where if users enters a wrong product number th program should not proceed. Any help is appreciated. void place_order() { int order_arr[50],quan[50],c=0; float amt,damt,total=0; char ch='Y'; …

Member Avatar for David W
0
199