Answer: object that persist set of values and operations as behavior
Explanation: Abstract data types(ADT)are those object value which are dependent upon the collection of the values and collection of the operations.The organization of the data object is not specified in ADT but the operations that are to be carried out are defined in it.
The implementation individuality displayed by the ADT and hiding of the representation or design makes it abstract.
Idk what language so this is java
int count_occurrences(String a, String b) {
int count = 0;
for(int i =0; iif(a.charAt(i) == b.charAt(0)) {
count++;
}
}
return count;
}
Science, mathematics and technology are different because engineering has to do with physical work and you can't get the measuring on a jet or a plane wrong because it could fail in mid air. As for math and science if you fail the test, then you can always re-do it.
num1 = some value
num2 = some value
if num1 == num2:
print("equal")
You just need to provide the values for the numbers. I hope this helps!