yes
This commit is contained in:
parent
dcad10bfb5
commit
e15938c020
BIN
cv2/program
BIN
cv2/program
Binary file not shown.
@ -32,9 +32,12 @@ int main() {
|
||||
yes++;
|
||||
}
|
||||
else{
|
||||
if(strcmp( input, "\n" ) == 0){
|
||||
price = strtof(input, NULL);
|
||||
databaza[counter].price = price;
|
||||
yes++;
|
||||
yes++;
|
||||
}
|
||||
|
||||
}
|
||||
if(yes == 2){
|
||||
counter++;
|
||||
|
Loading…
Reference in New Issue
Block a user