i'll take a stab at it, though i'm a java person..
#include<stdio.h>
main() {
for (int i = 1; i<9;){ printf(i); i*=-1; if(i<0) i-=2;
else
i+=2;
}
}
Chat with our AI personalities
5/(√3 - 1)= 5(√3 + 1)/(√3 - 1)(√3 + 1)= (5√3 + 5)/[(√3)2 - 12)= (5√3 + 5)/(3 - 1)= 5√3 + 5)/2= 5√3/2 + 1/2
31/5 = 16/5 so 16 fifths in it.
5 / (1/3) = 5 x (3/1) = 155 / (1/3) = 5 x (3/1) = 155 / (1/3) = 5 x (3/1) = 155 / (1/3) = 5 x (3/1) = 15
include<stdio.h> #include<conio.h> main() { int i; /* looping variable */ for(i=1;i<=100;i++) /* goes from 1 to 100 */ { if((i % 2 == 0) && (i % 3 != 0) && (i % 5 != 0)) /* checks all three conditions */ { printf("%d ",i); /* note the space after 'd' */ } } printf("\nEnd of Program"); /* End */ getch(); }
1 3/5= 8/5 How You Do It 1. 5 x 1 = 5 2. 5 + 3 = 8 3. Keep the denominator the same.