marillo Posted October 24, 2022 at 06:21 AM Share Posted October 24, 2022 at 06:21 AM Conseguem me ajudar nessa questão? Ainda sigo aprendendo... Segue o código: #include<iostream> #include<stdio.h> int main() { int a[10], i; for(i=0;i<10;i++) a[i]=i+i; } Eu preciso identificar, os valores em a[3] e a[9] Como proceder? Desde já, agradeço a ajuda! Quote Link to comment Share on other sites More sharing options...
fredericopissarra Posted October 27, 2022 at 07:53 PM Share Posted October 27, 2022 at 07:53 PM Sério isso? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.