Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Jürgen Hein
/
iax0583
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
20dd0417
authored
Sep 26, 2024
by
Jürgen Hein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
75366adc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
Tunnitöö 26.09.24/KymndendsysKahendsys.c
Tunnitöö 26.09.24/KymndendsysKahendsys.c
0 → 100644
View file @
20dd0417
#include <stdio.h>
#include <stdio.h>
int
main
(
void
){
//Kahekohaline kümnendsüs number
int
D
,
i
;
//Kahendsüsteemi muutmine
int
G
=
0
;
//Programmi kordamiseks
int
A
[
10
];
do
{
do
{
printf
(
"Insert D(0<D<100
\n
"
);
scanf
(
"%d"
,
&
D
);
}
while
(
D
<=
0
||
D
>=
100
);
i
=
0
;
while
(
D
<
0
)
{
A
[
i
]
=
D
%
2
;
//Jäägi leidmine
D
=
D
/
2
;
i
++
;
}
do
{
printf
(
"%d"
,
A
[
i
-
1
]);
i
--
;
}
while
(
i
>=
1
);
printf
(
"
\n
"
);
printf
(
"Uuesti konverteerida?"
);
printf
(
"Trükkige 0, et programmist väljuda
\n
"
);
scanf
(
"%d"
,
&
G
);
}
while
(
G
!=
0
);
return
0
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment