how to prepare a result card in dev cpp??? i want help. any one programmer plz?

Recommended Answers

All 2 Replies

#include <iostream>

int main()
{
  std::cout << "RESULT: Good";
}

What do you mean by a "result card"?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.