1
votes

Determine whether there are two adjacent zero elements in the sequence C1, C2, ..., C25. The sequence is entered from the keyboard.

 #include<stdio.h>
 #include<iostream>
 #include<math.h>
 #include <Windows.h>
 using namespace std;
   int main()
 {
      double
do you know how to read input from the user? Do you know how to check if two numbers equal zero? Do you know how to print something via std::cout ? If not, start with first things first, don't do it all at once. And please try to be more specific with your question. From the code you posted, most lines are best removed, because they are not relevant for your task463035818_is_not_a_number