38 questions
//You receive a bundle of two coordinate values from a file to construct a rectangle//Create a program that calculates the width and circumference of each and outputs it to the screen //1. Receive the...
Hong Gil-dong Computer 72Yi Sun-shin Electronics 50a heterogeneous computer 80When the data in the file is like this, The data structure is made of classes with names, departments, and creditsYou want...
You are creating a program that opens and modifies multiple files at once.with I want to open several files per line using the sentence, but it doesn't work because I write it like the code below I wa...
There are so many files such as report_final_1.** and report_final_2.**I'm going to change it all to Report 1.***.I used os.path.split, but it doesn't work as I thought
apples = 'Hello World!'text_file = open(Output.txt, w)text_file.write(message :, mystr)text_file.close()In the print function, print(message:, mystr) was separated by commas, but it didn't work in wri...
I'm doing my assignment. I want to start after I retrieve the data and variables that I had before I started. So we start fopen in read format first, then we move on to the menu window. But the proble...
#include <stdio.h>int main(void){ char sts[50]; int cnt; FILE* foc = NULL; errno_t err; err = fopen_s(&foc, save.txt, wt); if (err == 0) { printf(save.txt file created\n); printf(1. Enter ...
I'm going to write a code that separates the string I received from the txt file into if statements.Yes)This is how you create a variable and store the input string. char VecFun[10]; fpInput = fopen(i...
« | - 4 - |
© 2024 OneMinuteCode. All rights reserved.