Category: ACM
code: #include<stdio.h> int main() { int ara[]={10,20,30,40,50,60,70,80,90,100}; //took this array for various limit int ara2[10]; //max value…
Multiple of 3 is 3×1=3 3×2=6 3×3=9 3×4=12 3×5=15 3×6=18 3×7=21 3×8=24 3×9=27 3×10=30 Multiple of 4…
এখানে লজিকটা হচ্ছে…Here the logic is: For 12: 1×12=12 2×6=12 3×4=12 So factor of 12=1,2,3,4,6,12 (We don’t…
https://www.urionlinejudge.com.br/judge/en/problems/view/1042 Here this links may help http://www.mathsisfun.com/definitions/ascending-order.html and http://www.mathsteacher.com.au/year7/ch02_power/06_asc/asc.htm
From this two video I tried to re learn and implement the algorithm with pseudo code. Pseudocode:…
Here is the logic, If x!=0 and y==0 then it will be in the y asix and…
Recent Comments