teste de fluxograma

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { float h; int n=0, atual; while (n<=0) { scanf("%d", &n); } h=1; atual=2; while (atual<=n) { h=h+1.0/atual; atual++; } printf("\n%f",h); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines