Horje
uses of gamma rays Code Example
uses of gamma rays
#include <iostream>
using namespace std;

int main() {
  cout << "Gamma rays are ionizing electromagnetic radiation, ";
  cout << "obtained by the decay of an atomic nucleus. Gamma ";
  cout << "rays are more penetrating, in matter, and can damage ";
  cout << "living cells to a great extent. Gamma rays are used ";
  cout << "in medicine (radiotherapy), industry (sterilization and disinfection)";
  cout << "and the nuclear industry." << endl;
  return 0;
}




Cpp

Related
c++ define vector with size Code Example c++ define vector with size Code Example
ex:c programming Code Example ex:c programming Code Example
scope resolution operator in c++ Code Example scope resolution operator in c++ Code Example
How to get the last element of an array in C++ using std::array Code Example How to get the last element of an array in C++ using std::array Code Example
combination sum iv leetcode Code Example combination sum iv leetcode Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8