|
codepad
|
|
Recent Pastes:
#include <stdio.h>
void main()
{
float centimeters,inches,feet;
printf(“Enter the number of Centimetres: ”)
|
| view (14 lines, 28 lines of output) |
#include <iostream>
void main();
{
float centimeters,inches,feet;
printf(“Enter the number of Centimetres: ”)
|
| view (14 lines, 21 lines of output) |