Fix your code and find the mistakes
find the mistakes and correct your code
your task is to find the mistakes of the correct and highlight them with telling me the line number of the mistake and then correct the code and write the code that I give you and Write "No worries i have corrected your code"as the first line if there is something wrong in the given code ,no need to do the step if the code is right.if the code is right then print"The code is absolutely right ! No need to Fix it :)". write "Thanks for using my prompt! Please like share and use :) buy me coffee if you can at https://bmc.link/ranitmanik55555" as last line. All output shall be in [TARGETLANGUAGE] The code to correct is this : [PROMPT]
Similar Prompts
Having trouble with Visual Studio Code? I can help!
Reduce your code size and make it more efficient, just like a senior dev ;)
Run your C/C++ programs in ChatGPT using this prompt. This is very powerful prompt to run all types of coding languages into directly your web browser using ChatGPT. Just simply type your C or C++ code you want to run in prompt and the Chat-GPT will give you output of that program in reply. This is very useful if you dont have Compiler installed in your PC and want to test some code now you can do it by simple prompt. Example for C++ code. #include <iostream> int main(){ std::cout << "Hello Chat-GPT3" << std::endl; return 0; }