Skip to content

Instantly share code, notes, and snippets.

View mjcarnaje's full-sized avatar

Michael James Carnaje mjcarnaje

View GitHub Profile
"""
ord - return the Unicode code point for a one-character string.
pow - is a built in function that takes two arguments
the first argument is the number to be raised to the power of the second argument
"""
w = ord('L')
x = ord('y')
#include <stdio.h>
void odd_numbers(int first, int second)
{
for (int i = first; i <= second; i++)
{
if (i % 2 != 0)
{
printf("%d ", i);
}
@mjcarnaje
mjcarnaje / II-1.c
Last active November 9, 2021 04:57
#include <stdio.h>
int main()
{
int index = 0;
for (int i = 1; i <= 16; i = i * 2)
{
printf("%2d %2d\n", index, i);
++index;
[
{
id: 1,
label: "Debt",
description: "Shows the proportion of a person's assets that are financed by debt.",
info: "This ratio divides your total debts with your total assets.",
values: [
{
name: "Total Liabilities",
value: 1.9,

Privacy Policy

Peravima built the Build My Wealth app as a Commercial app. This SERVICE is provided by Peravima and is intended for use as is.

This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service.

If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Build My Wealth unless otherwise defined in this Privacy Policy.