Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
krkris
/
Loogikafunktsioon
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
80d44d6c
authored
Mar 30, 2022
by
krkris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Kood.c
parent
789a850f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
Kood.c
Kood.c
View file @
80d44d6c
...
@@ -176,28 +176,28 @@ void info(char a[16], char b[16], char c[16], char d[16]){
...
@@ -176,28 +176,28 @@ void info(char a[16], char b[16], char c[16], char d[16]){
printf
(
"x4 olemas
\n
"
);
printf
(
"x4 olemas
\n
"
);
}
}
if
(
f7
==
1
){
if
(
f7
==
'1'
){
printf
(
"ilma [x1] PAARITU.
\n
"
);
printf
(
"ilma [x1] PAARITU.
\n
"
);
}
}
else
{
else
{
printf
(
"ilma [x1] PAARIS
\n
"
);
printf
(
"ilma [x1] PAARIS
\n
"
);
}
}
if
(
fB
==
1
){
if
(
fB
==
'1'
){
printf
(
"ilma [x2] PAARITU.
\n
"
);
printf
(
"ilma [x2] PAARITU.
\n
"
);
}
}
else
{
else
{
printf
(
"ilma [x2] PAARIS
\n
"
);
printf
(
"ilma [x2] PAARIS
\n
"
);
}
}
if
(
fD
==
1
){
if
(
fD
==
'1'
){
printf
(
"ilma [x3] PAARITU.
\n
"
);
printf
(
"ilma [x3] PAARITU.
\n
"
);
}
}
else
{
else
{
printf
(
"ilma [x3] PAARIS
\n
"
);
printf
(
"ilma [x3] PAARIS
\n
"
);
}
}
if
(
fE
==
1
){
if
(
fE
==
'1'
){
printf
(
"ilma [x4] PAARITU.
\n
"
);
printf
(
"ilma [x4] PAARITU.
\n
"
);
}
}
else
{
else
{
...
...
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