I tried asking for help, but i haven't gotten any yet. My program that I've been working on is meant to ask for an integer and then output in a column from 1 to whatever integer was inputted. For example
Enter a value N == > 6
your numbers are == > 1 2 3 4 5 6
this is what i could figure out so far.
// final.cpp : Defines the entry point for the console application.
//