Channel Avatar

Programming adda246 @UCJECcA4Ll-sUtfnuKOvmp6w@youtube.com

1.3K subscribers - no pronouns :c

Welcome to my youtube channel...C, C++ , PYTHON ,HTML, CSS,


Welcoem to posts!!

in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c

Programming adda246
Posted 5 days ago

Print series 5 , 9, 12, 14 , 15
sum=0
n=int(input ("N:"))
while n>0:
sum=sum+n
n-=1
print("Sum:", sum)

5 - 1

Programming adda246
Posted 2 weeks ago

a=10.4
Print(type(a))
Subscribe my channel....youtube.com/shorts/QeB-v3yTjc...

4 - 0

Programming adda246
Posted 1 month ago

a=2
b=2.5
c=a*b
print(c)

5 - 0

Programming adda246
Posted 1 month ago

#include<studio.h>
int main()
{
printf(''Hello world'');
return 0;
}
Subscribe my channel...youtube.com/shorts/QeB-v3yTjc...

2 - 0