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++;
|
yes++;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
if(strcmp( input, "\n" ) == 0){
|
||||||
price = strtof(input, NULL);
|
price = strtof(input, NULL);
|
||||||
databaza[counter].price = price;
|
databaza[counter].price = price;
|
||||||
yes++;
|
yes++;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
if(yes == 2){
|
if(yes == 2){
|
||||||
counter++;
|
counter++;
|
||||||
|
Loading…
Reference in New Issue
Block a user