Posts by Vinicius Santos • 9 points
2 posts
-
-1
votes3
answers91
viewsQ: Make a program that receives 5 numbers and show the following output:. C++
I’m having difficulty formatting the output code is working right, someone has idea how to fix the output #include <iostream> #include <cstdlib> #include <clocale> using namespace…
-
-2
votes1
answer25
viewsQ: Error: Undefined Reference to Function
#include <iostream> #include <stdlib.h> #include <windows.h> // textcolor #include <conio.h> using namespace std; bool verifiva_primo(int n); int main(){ setlocale(LC_ALL,…