Popular repositories Loading
-
-
-
-
Metres-to-Kilometres-Convertor
Metres-to-Kilometres-Convertor Public#include <stdio.h> int main() { double metres, kilometers; printf("Enter the distance in metres: "); scanf("%lf", &metres); kilometers = metres * 1000; // Display the result printf("%.2f miles is e…
-
-
Metres-to-cm-convertor
Metres-to-cm-convertor Public#include <stdio.h> int main() { double cm, Metres; printf("Enter the distance in cm: "); scanf("%lf", &cm); Metres = cm / 100; // Display the result printf("%.2f metres is equal to %.2f cm.\n", Met…
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.