Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~408 People Reached
Favorite Forums
Favorite Tags
c++ x 8
Member Avatar for ahmed.123

This is what i have done so far but i want the output like that square#1:not an increasing square square#2: increasing square square#3: not an increasing square please help Help with Code Tags C++ Syntax (Toggle Plain Text) [CODE]#include <iostream> #include <fstream> // Header to use input and output #include …

Member Avatar for VernonDozier
0
102
Member Avatar for ahmed.123

i want to read in several `4*4` squares of numbers from a file and determines whether or not each of those squares is an increasing square. file containing numbers 3 1 2 3 4 2 3 4 5 6 7 8 9 5 6 7 8 1 2 3 4 …

Member Avatar for ahmed.123
0
121
Member Avatar for ahmed.123

hello n is 10 numbers 10 50 25 75 2000 30 500 800 10 25 485 p.s var[i] is the variable contains all above numbers for example if the user enters 25 how do i print out how many times number 25 was enterd not in which index it is …

Member Avatar for ahmed.123
0
89
Member Avatar for ahmed.123

char fileName[100]; cout <<" please enter the name of the data file "<< endl; cin>>fileName; ifile.open(fileName); 1 how to put data in the filename (how to put numbers in the filename e.g lets name it sample.txt where to put this sample to be readen by the program 2. how to …

Member Avatar for pinsickle
0
96