Abdul-Samed ShaibuforShaibuSEshaibu.hashnode.netยทApr 22, 2023We practiced loops in C todayWe wrote a program that took the n terms of a natural number and calculates its sum, it works perfectly. #include <stdio.h> int main() { // print n terms of natural numbers int x; int n; int sum = 0; printf("input value: "); ...c programmingAdd a thoughtful commentNo comments yetBe the first to start the conversation.