Postingan

ilkom_undana video profil

Gambar

Memahami kaitan antara agama,wahyu,iman,dan kebajikan umat

Gambar
AGAMA KATOLIK (Hubungan Antara Agama Dengan Wahyu, Iman, dan Kebajikan Umat) NAMA : WILHELMUS MANJI JOMAN                NIM : 1606080044      NAMA :                                                                      NIM :      NAMA :                                                   ...

bubleshort-manji

Gambar
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace buble_sort {     class Program     {         static void Main(string[] args)         {             int n;             Console.Write("MASUKAN JUMLAH INDEKS : ");             n = int.Parse(Console.ReadLine());             int[] bil = new int[n];             for (int i = 0; i < bil.Length; i++)             {                 Console.Write("index ke {0} : ", i + 1);                 bil[i] = int.Parse(Console.ReadLine());             }             Console.WriteLine("1....

invers matrix-manji

Gambar
TUGAS  UAS ALJABAR LINEAR DAN MATRIKS                         Nama                             : WILHELMUS MANJI JOMAN Nim                      : 1606080044 Jurusan Ilmu Komputer Fakultas Sains Dan Teknik Universitas Nusa Cendana SYNTAX  INVERS  MATRIKS using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication82 {     class Program     {         static void Main( string [] args) ...