+ 2
Module 8 quiz
I need help with this final question Rearrange to declare a file object ''fileObj'' and open a file named ''myfile.txt'' by calling the open() function on the ''fileObj'' object. } #include <fstream> int main () { fileobj.open("myfile.text") ofstream file.obj
10 Answers
+ 4
Answer-
#include<fstream>
Into main(){
Of stream fileObj;
fileObj.open("my file.txt");
}
0
1) You should close the block, ie the brace after int main() should be matched by one at the end. It seems that, instead, you left it at the start of the program, before the include
2) remember to declare variables before their use
0
Thank you that worked
0
Answer-
#include<fstream>
Int main(){
ofstream fileObj;
fileObj.open("my file.txt");
}
0
Fill in the blanks to rotate the hue by 80 degrees
give me answer guys help me
0
Fill in the blanks to rotate the hue by 80 degrees. help
filtered {
filter: (80 );
}
0
How about the last quetions
0
.filtered {
filter: hue-rotate (80 deg);
}
0
Plz Python developer module 8 ans send kardo na