Answer in matlab
What does the following code do if variables is a character vector? a n = 0; for X=S if x<='Z' && X>='A n=n+1; end end O A. The script will count the number of upper case alphabets in the character vector O B. The script will count the number of alphabets in the character vector OC. The script will count the number of characters other than alphabets. O D. The script will count the number characters other than the upper case alphabets.
Answer in matlab
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am