Advertisement
Guest User

cookees

a guest
Nov 17th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. using System;
  2.  
  3. namespace cookies
  4. {
  5. class Program
  6. {
  7. static void Main(string[] args)
  8. {
  9. int partidi = int.Parse(Console.ReadLine());
  10. for (int i = 0; i < length; i++)
  11. {
  12. string komponent = Console.ReadLine();
  13. bool flour = true;
  14. bool egg = true;
  15. bool sugar = true;
  16. bool other = false;
  17. while (komponent != "bake")
  18. {
  19. switch (flour)
  20. {
  21.  
  22. default:
  23. break;
  24. }
  25. }
  26.  
  27.  
  28. }
  29. }
  30. }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement