Search
 
SCRIPT & CODE EXAMPLE
 

CPP

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;
}
Comment

PREVIOUS NEXT
Code Example
Cpp :: c++ inherit from class template 
Cpp :: Pyramid pattren program in C++ 
Cpp :: c++ set comparator 
Cpp :: sort vector in reverse order c++ 
Cpp :: time of a loop in c++ 
Cpp :: how to code string to int converter c++ 
Cpp :: c++ add two matrix 
Cpp :: std vector c++ 
Cpp :: c++ print binary treenode 
Cpp :: c++ function default argument 
Cpp :: how to sort vector of struct in c++ 
Cpp :: Reverse Level Order Traversal cpp 
Cpp :: power of two c++ 
Cpp :: factorial loop c++ 
Cpp :: lua table contains 
Cpp :: Program To Calculate Number Power Using Recursion In C++. The power number should always be positive integer. 
Cpp :: remove element from vector 
Cpp :: c++ do every 1 minutes 
Cpp :: c++ squaroot 
Cpp :: iterate vector c++ 
Cpp :: mac emoji shortcut 
Cpp :: print hello world in c++ 
Cpp :: SUMOFPROD2 
Cpp :: char to string c++ 
Cpp :: explicit c++ 
Cpp :: bfs to detect cycle in undirected graph 
Cpp :: looping in map c++ 
Cpp :: rock paper scissor c++ 
Cpp :: c++ string_t to string 
Cpp :: What is a ~ in c++ 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =