Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Assignment 3
//gcc 5.4.0 //HAVE TO MANUALLY DO IT EACH TIME IN REALITY THIS WOULD NOT HAPPEN #include <stdio.h> int main(void) { int a=2.0; long long b=5000000; a*=b; printf("multiplication is %lld\n", b); printf(" is %\n", ); printf(" is %\n", ); printf(" is %\n", ); printf(" is %\n", ); printf(" is %\n", ); printf(" is %\n", ); return 0; } //Multiplication of the large number by the small number. //Addition of the large number by the small number. //Subtraction of the large number by the small number. //Division of the large number by the small number. //Compute the square root of each number //Compute the cubic root of each number //The reminder of the division of the large number by the small number. //write the day of the year //for assignment 3 leap year use the NOT symbol/exclamation when talking about leap years
run
|
edit
|
history
|
help
0
-Wfloat-conversion
20171117_FUNCIONES
150108_RecursividadFibonacci
8 trajo semal 4
Simple interest
18BCE2182 ASSESS_1 Q1-6
18BCE2182 ASSESS_1 Q2-2
QuestResp
150113_ArrayOrdenado
Project 3 Part 1 v1.75