answersLogoWhite

0

N C be D to O?

User Avatar

Anonymous

16y ago
Updated: 4/28/2022

Nothing can be Divided to 0

User Avatar

Wiki User

16y ago

Still curious? Ask our experts.

Chat with our AI personalities

RossRoss
Every question is just a happy little opportunity.
Chat with Ross
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran

Add your answer:

Earn +20 pts
Q: N C be D to O?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

Who were the 12 dicsiples?

R a c h e l B r e e nH a n n a h B o l l a r dA s h t o n L o o n eN o r i k a C h y n o w e t hC a i t l i n S c o t tN a t a l i e W i l l i a m sM e g S o u t h a mS t e p h a n i e N e w i n g t o nE m m a H o a r eE m m i l i n e B r a d l e yJ e s s i c a F l o o dC a t h e r i n e H a n d l e y=)


Write a program in c for arithmetic operators by using switch case?

#include<stdio.h> #include<conio.h> void main() { int a,b,c; int menu; printf("choose the arithmetic option\n"); scanf("%d",&menu); switch(menu) { case 1: printf("Enter The Two Numbers:\n"); scanf("%d%d",&a,&b); c=a+b; printf("The addition of two numbers %d\n",c); break; case 2: printf("Enter THE TWO NUMBERS:\n"); scanf("%d%d",&a,&b); c=a-b; printf("The subtraction of two numbers %d\n",c); break; case 3: printf("Enter THE TWO NUMBERS:\n"); scanf("%d%d",&a,&b); c=a*b; printf("The multiplication of two numbers %d\n",c); break; case 4: printf("Enter THE TWO NUMBERS:\n"); scanf("%d%d",&a,&b); c=a/b; printf("The division of two numbers %d\n",c); break; } getch(); }


What letter is symmetrical?

B,C,c,D,E,H,I,K,l,M,N,O,T,U,V,v,W,w,X,x,Y


C program to find numbers divisible by 7?

#include<stdio.h> #include<conio.h> void main() { int i,c,n; printf("Enter the number of terms you want which are divisible by 7"); scanf("%d",&n); c=0; for(i=7;;i+=7) { printf("\n %d ",i); c++; if(c==n) break; } getch(); }


Which letters have horizontal lines of symmetry?

B, C, D, E, H, I, K, O, X, (B, C and K not in all fonts) c, l, o, x